tests: Fix for changes in this branch
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2012 01:25:17 +0000 (02:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:59 +0000 (18:37 +0100)
The expected results are now more correct,  but still not perfect.

tests/css/parser/declarations-valid-04.ref.css

index 805d4772290cd4ccb285523ea163126d8a046494..2d8582d21ac48b3f3454c14e28a140826c4e961b 100644 (file)
@@ -1,6 +1,6 @@
 * {
-  font-family: "Sans";
-  font-size: 10;
+  font-family: initial;
+  font-size: initial;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;